You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
Concat Method
>
MtxExpr.Concat Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
MtxExpr.Concat Method ([In] TMtxVec, [In] TMtxVec)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
Concat Method
Collapse All
Concatenates multiple Vectors in to a single one.
Syntax
C#
Visual Basic
public
static
Vector
Concat
([In]
TMtxVec
X1
, [In]
TMtxVec
X2
);
Public
static
Function
Concat
(
X1
As
[In]
TMtxVec
,
X2
As
[In]
TMtxVec
)
As
Vector
Remarks
Internally calls
Vector.Concat
Group
Concat Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
Concat Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!